report_multiple_convergence_error Subroutine

public subroutine report_multiple_convergence_error(err, fcn, n)

Reports an error when multiple convergence tests have failed on a single integration step.

Arguments

Type IntentOptional Attributes Name
class(errors), intent(inout) :: err

The error handling object.

character(len=*), intent(in) :: fcn

The name of the function or subroutine in which the error occurred.

integer(kind=int32), intent(in) :: n

The number of failed convergence tests.


Variables

Type Visibility Attributes Name Initial
character(len=256), public :: msg